﻿/* ===============================連結==================================== */
.a_link {
	display:inline-block;	/* 將超連結設定為區塊模式 */
	vertical-align:middle;
	width:160px;	/* 設定超連結區塊的寬度 */
	height:25px;	/* 設定超連結區塊的高度 */
	/*background-image:url(button.jpg);  設定超連結的背景圖片 */
	/* line-height:30px;	設定超連結區塊的行高 */
	/* text-indent:45px;	設定超連結區塊的文字內縮 */
	text-decoration:none;	/* 去除超連結的底線 */
	color:#ffffff; /* 字色 */
	background:#1568db; /* 背景色 */
	border-radius:10px 10px 10px 10px; /* 外框圓弧 */
	padding:10px 0px; /* 邊緣距離 */
	text-align : center; /* 置中 */
	cursor:pointer; /* 移至上方-手 */
	box-shadow:2px 2px 5px #000000; /* 陰影 */
}
.a_link:hover {
    background: #f47c20;
}
/* ======================================================================= */
/* ===============================特殊顯示==================================== */
.Big_Red {
   border-top: 1px solid #96d1f8;
   background: #FF0000;
   background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF0000));
   background: -webkit-linear-gradient(top, #FF0000, #FF0000);
   background: -moz-linear-gradient(top, #FF0000, #FF0000);
   background: -ms-linear-gradient(top, #FF0000, #FF0000);
   background: -o-linear-gradient(top, #FF0000, #FF0000);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.Big_Blue {
   border-top: 1px solid #96d1f8;
   background: #0000FF;
   background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000FF));
   background: -webkit-linear-gradient(top, #0000FF, #0000FF);
   background: -moz-linear-gradient(top, #0000FF, #0000FF);
   background: -ms-linear-gradient(top, #0000FF, #0000FF);
   background: -o-linear-gradient(top, #0000FF, #0000FF);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.BBig_Blue {
   border-top: 1px solid #96d1f8;
   background: #0000FF;
   background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000FF));
   background: -webkit-linear-gradient(top, #0000FF, #0000FF);
   background: -moz-linear-gradient(top, #0000FF, #0000FF);
   background: -ms-linear-gradient(top, #0000FF, #0000FF);
   background: -o-linear-gradient(top, #0000FF, #0000FF);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #f6f6f6;
   font-size: 20px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
/* ===============================特殊顯示==================================== */
.table1 table{border-collapse: collapse;
		border:1px solid #000000;
		border-color:#000000; 
		width:100%;
		text-align:center;
		}

.table1 th { 
		border:1px solid #000000; /* 邊框 */
		background-color:#6666cc; /* 背景色 */
		color:#ffffff; /* 字色 */
		text-align:center; /* 置中 */
		line-height:32px;
		}
.table1 td {
		border:1px solid #000000; /* 邊框 */
		color:#000000;/* 字色 */
		text-align:center;/* 置中 */
		}
.table1 tr:hover {
		background-color:#FF9;
		}
		
.Table_Blue {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table_Blue table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table_Blue tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table_Blue table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table_Blue table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table_Blue tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table_Blue tr:hover td{
	
}
.Table_Blue tr:nth-child(odd){ background-color:#E0E0FF; }
.Table_Blue tr:nth-child(even)    { background-color:#ffffff; }
.Table_Blue td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	padding:7px;
	text-align:center;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.Table_Blue tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table_Blue tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table_Blue tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table_Blue tr:first-child td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top,#005fbf,003f7f);
	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table_Blue tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.Table_Blue tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table_Blue tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.Table_Blue tr:hover {
		background-color:#FF9;
		}
.Table_Orange {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table_Orange table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table_Orange tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table_Orange table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table_Orange table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table_Orange tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table_Orange tr:hover td{
	background-color:#FF9;
}
.Table_Orange tr:nth-child(odd){ background-color:#FFEDDB; }
.Table_Orange tr:nth-child(even)    { background-color:#ffffff; }
.Table_Orange td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	text-align:center;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.Table_Orange tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table_Orange tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table_Orange tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table_Orange tr:first-child td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table_Orange tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.Table_Orange tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table_Orange tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.Table_Red {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.Table_Red table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table_Red tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.Table_Red table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.Table_Red table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.Table_Red tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.Table_Red tr:hover td{
	background-color:#FF9;
}
.Table_Red tr:nth-child(odd){ background-color:#ffc9c9; }
.Table_Red tr:nth-child(even)    { background-color:#ffffff; }
.Table_Red td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	text-align:center;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.Table_Red tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table_Red tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table_Red tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table_Red tr:first-child td{
		background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);

	background-color:#ff0000;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table_Red tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);

	background-color:#ff0000;
}
.Table_Red tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table_Red tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}